home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000339_wesdog@hotmail.com_Fri Feb 28 08:56:26 EST 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  53 lines

  1. Article: 14136 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
  3. From: wesdog@hotmail.com (Wes)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: FTP a unc file... file not found
  6. Date: 27 Feb 2003 15:41:19 -0800
  7. Organization: http://groups.google.com/
  8. Lines: 35
  9. Message-ID: <a70f50e.0302271541.8526367@posting.google.com>
  10. NNTP-Posting-Host: 65.207.13.3
  11. Content-Type: text/plain; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Trace: posting.google.com 1046389280 3735 127.0.0.1 (27 Feb 2003 23:41:20 GMT)
  14. X-Complaints-To: groups-abuse@google.com
  15. NNTP-Posting-Date: 27 Feb 2003 23:41:20 GMT
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14136
  17.  
  18. I am trying to FTP a number of files present in a share on a WIN 2K
  19. box to a FTP server.  All of the files are located in the root of the
  20. share (ex: \\server\share\myfile.txt).
  21.  
  22. I use "ftp put \m(unc)" to ftp up the file, where \m(unc) is the UNC
  23. path to the file.
  24.  
  25. The error I get is: 
  26.  
  27. ?File not found - "\\server\share\file.txt"
  28. Command stack:
  29. 5. Macro : XIF
  30. 4. Macro : _xif
  31. 3. Macro : WHILE
  32. 3. Macro : _while
  33. 1. File  : c:/test/test.ksc
  34. 0. Prompt: (top level)
  35.  
  36.  
  37. My issue is that Kermit is saying that the files are not found... yet
  38. they are there.  To test this out, I created a subdirectory in the
  39. share called test, copied all of the files to the subdir and changed
  40. the input file to point to "\\server\share\test\file.txt".  Everything
  41. worked great.  I checked the permissions on the share and on the
  42. subdirectory, they are both the same.
  43.  
  44. Is there any reason why kermit wouldn't be able to put a document in
  45. the root of a share?
  46.  
  47. How do I debug the FTP put command to find out what is going on?
  48.  
  49. How do I check to see if a file referenced via a unc path exists?
  50.  
  51. Thanks in advance.
  52. Wes
  53.